Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 3 - Image Compression Manager / Image Compression Manager Reference
Application-Defined Functions / Alignment Functions


MyAlignmentProc

Your alignment function should have the following form:

pascal void MyAlignmentProc (Rect *rp, long refcon);
rp
Contains a pointer to a rectangle that has already been aligned with a default alignment function.
refcon
Contains a reference constant value for use by your alignment function. Your application specifies the value of this reference constant in the alignment function structure you pass to the Image Compression Manager.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996